home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / PRODUCTI / GTRIPPLE / SETUP.EXE / 0 / RCDATA / TFFINISHED / TFFINISHED.txt
Text File  |  1999-09-12  |  663b  |  36 lines

  1. inherited fFinished: TfFinished
  2.   Caption = 'Finished'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited pBody: TPanel
  6.     object lFinished: TLabel
  7.       Left = 10
  8.       Top = 10
  9.       Width = 325
  10.       Height = 308
  11.       Align = alClient
  12.     end
  13.     object cbRunApplication: TCheckBox
  14.       Left = 16
  15.       Top = 296
  16.       Width = 313
  17.       Height = 17
  18.       Checked = True
  19.       State = cbChecked
  20.       TabOrder = 0
  21.     end
  22.   end
  23.   inherited pButtons: TPanel
  24.     object bCancel: TButton
  25.       Left = 448
  26.       Top = 24
  27.       Width = 75
  28.       Height = 25
  29.       Caption = '&Finish'
  30.       Default = True
  31.       ModalResult = 1
  32.       TabOrder = 0
  33.     end
  34.   end
  35. end
  36.